home *** CD-ROM | disk | FTP | other *** search
- object KeyAssignDialog: TKeyAssignDialog
- Left = 514
- Top = 315
- Width = 395
- Height = 156
- BorderIcons = [biSystemMenu]
- Caption = 'KeyAssignDialog'
- Color = clBtnFace
- Font.Color = clWindowText
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 120
- TextHeight = 16
- object WizardPanel: TPanel
- Left = 0
- Top = 0
- Width = 387
- Height = 75
- Align = alClient
- BevelOuter = bvNone
- TabOrder = 0
- object Step1Panel: TPanel
- Tag = 1
- Left = 0
- Top = 0
- Width = 387
- Height = 75
- Align = alClient
- TabOrder = 0
- OnEnter = Step1PanelEnter
- object Step1Label: TLabel
- Left = 10
- Top = 4
- Width = 41
- Height = 16
- Caption = 'Step1'
- Font.Color = clWindowText
- Font.Height = -15
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Step1InfoLabel: TLabel
- Left = 10
- Top = 27
- Width = 187
- Height = 16
- Caption = 'Step1InfoLabeljfjfjsfhshfkshfkhsf'
- WordWrap = True
- end
- object Edit1: TEdit
- Left = 310
- Top = 28
- Width = 149
- Height = 24
- TabOrder = 0
- Text = 'Edit1'
- OnChange = Edit1Change
- end
- object ClearKey1Button: TButton
- Left = 399
- Top = 59
- Width = 60
- Height = 21
- Caption = 'Clear'
- TabOrder = 1
- OnClick = ClearKey1ButtonClick
- end
- end
- object Step2Panel: TPanel
- Tag = 2
- Left = 0
- Top = 0
- Width = 387
- Height = 75
- Align = alClient
- TabOrder = 1
- OnEnter = Step2PanelEnter
- object Step2Label: TLabel
- Left = 10
- Top = 4
- Width = 41
- Height = 16
- Caption = 'Step2'
- Font.Color = clWindowText
- Font.Height = -15
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Step2InfoLabel: TLabel
- Left = 10
- Top = 27
- Width = 194
- Height = 16
- Caption = 'Step1InfoLabeljfjfjsfhshfkshfkhsfk'
- WordWrap = True
- end
- object Edit2: TEdit
- Left = 310
- Top = 27
- Width = 149
- Height = 24
- TabOrder = 0
- Text = 'Edit1'
- OnChange = Edit1Change
- end
- object ClearKey2Button: TButton
- Left = 399
- Top = 59
- Width = 60
- Height = 21
- Caption = 'Clear'
- TabOrder = 1
- OnClick = ClearKey2ButtonClick
- end
- end
- end
- object ButtonPanel: TPanel
- Left = 0
- Top = 75
- Width = 387
- Height = 49
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 1
- object BackButton: TButton
- Left = 178
- Top = 10
- Width = 93
- Height = 31
- Caption = '< Back'
- TabOrder = 0
- OnClick = BackButtonClick
- end
- object NextButton: TButton
- Left = 277
- Top = 10
- Width = 93
- Height = 31
- Caption = 'Next >'
- TabOrder = 1
- OnClick = NextButtonClick
- end
- object CancelButton: TButton
- Left = 377
- Top = 10
- Width = 91
- Height = 31
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- end
- end
-